home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Shareware World / Info / For Developers / REALbasic / Examples / About Examples
Text File  |  1998-04-04  |  1KB  |  38 lines

  1. About the REALbasic examples
  2.  
  3. There are currently 12 sample programs supplied with REALbasic. This document lists them, along with a brief explanation. All of the examples can also be compiled into Java applets unless specifically noted.
  4.  
  5. Scribble
  6. A simple program that allows the user to scribble on a window with the mouse.
  7.  
  8. Hurkle
  9. An implementation of the simple game 'Hunt the Hurkle' - known by other names. (Personal note: when I was a young programmer, one of the first things I did when learning a new language/environment was to implement Hunt the Hurkle).
  10.  
  11. Listbox
  12. A program demonstrating some simple operations with a listbox.
  13.  
  14. Menus
  15. A demonstration of how to write programs with menus. (Not Java Compatible).
  16.  
  17. Dialogs
  18. Demonstrates one method of implementing dialog boxes.
  19.  
  20. Modal
  21. Demonstrates another method of implementing dialogs (Not Java compatible).
  22.  
  23. Paint
  24. Demonstrates handling the Paint event to perform drawing.
  25.  
  26. Picture
  27. Demonstrates using pictures to simulate a button. (Not completely Java compatible).
  28.  
  29. Calculator
  30. Implements a simple calculator. Demonstrates the use of control arrays.
  31.  
  32. REALSimpleSprites
  33. Demonstrates handling sprite animation by creating a special class (not Java compatible).
  34.  
  35. REALSimpleText
  36. Demonstrates handling styled text and creating a Font menu (not Java compatible).
  37.  
  38.